/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



.roll_product {
    float: left;
}


/*头部样式*/
.top1 {
    height: 28px;
    background: #f5f6f7;
    color: #808080;
    line-height: 28px;
    overflow: hidden;
    font-size: 12px;
}

.top1 a {
    color: #808080;
}

.top2 {
    height: 103px;
    overflow: hidden;
    font-family: "思源黑体";
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 103px;
}

.logotext {
    height: 53px;
    border-left: 1px solid #e6e6e6;
    padding-left: 12px;
    margin-left: 10px;
    margin-top: 25px;
}

.logotext p:nth-of-type(1) {
    font-size: 26px;
    color: #002a47;
    font-weight: 700;
    line-height: 32px;
}

.logotext p:nth-of-type(2) {
    font-size: 14px;
    color: #666666;
}




.top2 .k2 {
    margin-top: 20px;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 42px;
}

.top2 .k2 h3 {
    font-size: 12px;
    font-weight: normal;
    color: #808080;
}

.top2 .k2 p {
    font-size: 28px;
    color: #002a47;
    font-weight: 700;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    background: #af0005;
}

/*热门搜索*/
.sou {
    margin: 15px 0;
}



.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
}


/*首页banner*/
.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}




/*导航栏样式*/
.nav {
    width: 87%;
}
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 20%;
}

.nav li a {
    display: block;
    line-height: 60px;
    color: #fff;
    height: 60px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav li a:hover {
    color: #002a47;
    text-decoration: none;
    background-color: #ffe9a3;
}

.nav>li>a:focus,
.nav>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.nav .sec {
    height: 0;
    background: #000;
    color: #fff;
    /*overflow: hidden;*/
    z-index: 9999;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    display:none;
}

.nav .sec a {
    background: #fff;
    color: #000;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.nav .three{
  background: #002a47;
  color: #fff;
  z-index: 9999;
  position: absolute;
  left: 100%;
  width: 100%;
  display:none;
}

.ss #formsearch {
    width: 147px;
    height: 23px;
    background: url(../images/ss.png) no-repeat center center;
    margin-top: 19px;
}


#formsearch input {
    outline: none;
    background: none;
    border: none;
}

#formsearch input#search_keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    color: #666;
    width: 118px;
    font-size: 12px;
    color: #ffffff;
}

#formsearch input#search_keyword::placeholder {
    font-size: 12px;
    color: #ffffff;
}

#formsearch input#s_btn {
    width: 22px;
    height: 24px;
    border: none;
}





.p1 {
    background-color: #f5f5f5;
}

.p1a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    padding: 31px 0;
}

.p1a li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    border-right: 1px solid #d9d9d9;
    height: 100%;
}

.p1a li:last-child {
    border: none;
}

.p1a li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 5px;
}

.p1a li a div.cont {
    margin-left: 15px;
}

.p1a li a div.cont h3 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 4px;
}

.p1a li a div.cont span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #808080;
}





.p2 {
    background: url(../images/p2b.png) repeat top center;
    padding: 78px 0 63px;

}

.p2 .p2-title {
    text-align: center;
}

.p2 .p2-title h3 {
    font-size: 32px;
    color: #cccccc;
}

.p2 .p2-title p {
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 38px;
}


.psort {
    font-size: 0;
    text-align: center;
}

.psort li {
    display: inline-block;
    height: 34px;
    border-radius: 20px;
    padding: 0 25px 0 32px;
}

.psort li a {
    display: block;
    font-size: 20px;
    line-height: 34px;
    color: #333333;
}

.psort li.cur {
    background-color: #af0005;
}

.psort li.cur a {
    color: #fff;
}

.plist {
    margin-top: 40px;
}

.plist li {
    margin-right: 22px;
    margin-bottom: 22px;
    width: 283px;
    height: 330px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    transition: all ease .36s;
}

.plist li:nth-child(4n) {
    margin-right: 0;
}

.plist li a.img {
    display: block;
}

.plist li a.img img {
    max-width: 100%;
    height: 242px;
}

.plist li h3 a {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin-top: 40px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.plist li:hover {
    box-shadow: 1px 0px 13px 0px rgba(8, 10, 15, 0.16);
}




.p3 {
    background: url(../images/p3b.jpg) no-repeat top center;
    padding-top: 74px;
    height: 800px;
}

.p3 .p3-title {
    text-align: center;
}

.p3 .p3-title h3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 4px;
}

.p3 .p3-title h3 span {
    font-size: 54px;
    color: #ffe9a3;
    font-weight: 700;
    margin: 0 16px 0 14px;
}

.p3 .p3-title p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 42px;
    background: url(../images/line1.png) no-repeat center center;
}



.p3a1a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.p3a1a li {
    width: 368px;
    margin-bottom: 65px;
}

.p3a1a li a {
    display: block;
    color: #ffffff;
}

.p3a1a li a div.img {
    width: 134px;
    height: 134px;
    border: solid 1px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    transition: all ease .36s;
}

.p3a1a li a div.img img {
    max-width: 100%;
    max-height: 100%;
}

.p3a1a li a div.img .img2 {
    display: none;
}

.p3a1a li a h3 {
    font-size: 22px;
    margin: 20px 0 12px;
}

.p3a1a li a span {
    font-size: 16px;
}

.p3a1a li:hover a div.img {
    background-color: #ffe9a3;
    border: none;
}

.p3a1a li:hover a div.img .img1 {
    display: none;
}

.p3a1a li:hover a div.img .img2 {
    display: inline-block;
}

.p3a {
    position: relative;
    padding: 0 42px;
}

.p3a .p3-img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}










.p4 {
    padding: 76px 0 80px;
}

.p4-title {
    text-align: center;
}

.p4-title h3 {
    font-size: 32px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
}

.p4-title h3 span {
    color: #b80008;
    font-weight: 700;
}

.p4-title p {
    font-size: 18px;
    ;
    color: #666666;
    background: url(../images/p3line.png) no-repeat center center;
}


.p4a1 {
    margin-top: 38px;
}

.p4a1 li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.p4a1 li a div.img {
    width: 50%;
}

.p4a1 li a div.cont {
    width: 50%;
    padding-left: 20px;
}

.p4a1 li.li2 a div.cont,
.p4a1 li.li4 a div.cont,
.p4a1 li.li6 a div.cont {
    padding-right: 20px;
    padding-left: 0;
}

.p4a1 li a div.cont .conta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.p4a1 li.li4 a div.cont .conta {
    align-items: initial;
}



.p4a1 li a div.cont .conta h3 {
    width: 60px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: url(../images/lyline.png) no-repeat center center;
    font-family: "Impact";
    font-size: 33px;
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
}

.p4a1 li a div.cont .conta span {
    font-size: 24px;
    color: #be000a;
    font-weight: 700;
}

.p4a1 li a div.cont p {
    padding-left: 70px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding-right: 23px;
}





.p5 {
    background: #f5f5f5;
    padding-top: 75px;
    height: 600px;
}

.p5 .p5-title {
    text-align: center;
}

.p5 .p5-title h3 {
    font-size: 32px;
    color: #002a47;
    margin-bottom: 5px;
}

.p5 .p5-title p {
    font-size: 18px;
    color: #666666;
}

.p5-scroll .bd {
    overflow: hidden;
}

.p5-scroll .bd li {
    width: 280px;
    height: 350px;
    border-radius: 1px;
    overflow: hidden;
    margin-right: 26px;
    background-color: #ffffff;
}

.p5-scroll .bd li a {
    display: block;
}

.p5-scroll .bd li a div.img img {
    width: 280px;
    height: 210px;
    /*height: 280px;*/
}

.p5-scroll .bd li a div.cont {
    text-align: center;
    padding: 14px 10px 0;
}

.p5-scroll .bd li a div.cont h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 4px;
}

.p5-scroll .bd li a div.cont span {
    font-size: 14px;
    color: #808080;
}

.p5-scroll {
    position: relative;
    margin-top: 40px;
}

.p5-scroll .hd a {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.p5-scroll .hd a.next {
    background: url(../images/p5right.png) no-repeat center center;
    right: -42px;
}

.p5-scroll .hd a.prev {
    background: url(../images/p5left.png) no-repeat center center;
    left: -42px;
}




.p6 {
    padding: 80px 0;
}


.p6-title {
    font-size: 32px;
    color: #333333;
    text-align: center;
    font-weight: 700;
}

.p6a {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}

.p6a2 img {
    display: block;
    width: 600px;
    height: 385px;
    margin-left: 36px;
}

.p6a1 h3 {
    width: 263px;
    border-bottom: 1px solid #333333;
    font-size: 26px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 4px;
    margin-bottom: 16px;
    padding-top: 8px;
}

.p6a1>p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    text-indent: 2em;
}

.p6a1>a {
    width: 107px;
    height: 29px;
    background-color: #b50007;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 28px;
}






.p7 {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.p7-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p7-title>h3 {
    font-size: 32px;
    color: #af0005;
}

.p7-title>h3 span {
    color: #cccccc;
}

.p7-t-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p7-t-r ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p7-t-r li a {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    color: #333333;
    display: block;
    width: 80px;
    margin-left: 40px;
    text-align: center;
}

.p7-t-r li:hover a {
    border-bottom: 1px solid #06497d;
    color: #06497d;
}

.p7-t-r>a {
    font-size: 12px;
    color: #999999;
    margin-left: 66px;
}


.p7a {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.p7a1 {
    width: 490px;
    height: 580px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 36px 54px 56px 53px;
}

.p7a1 span {
    font-size: 24px;
    color: #999999;
    display: block;
}

.p7a1 h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    margin: 20px 0;
}

.p7a1 p {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}

.p7a1 img {
    display: block;
    width: 280px;
    height: 280px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
}

.p7a1 em {
    display: block;
    font-style: normal;
    font-size: 22px;
    color: #ffe9a3;
    width: 90px;
    height: 28px;
    background-color: #af0005;
    line-height: 28px;
    text-align: center;
    margin-top: 27px;
}

.p7a2 li {
    height: 33.33%;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 30px 36px 40px 62px;
    width: 630px;
}

.p7a2 li:nth-child(-n+2) {
    border-bottom: none;
}

.p7a2 li a {
    display: block;
}

.p7a2 li a .cont-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.p7a2 li a .cont-t h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    position: relative;
}

.p7a2 li a .cont-t h3::after {
    content: "";
    width: 6px;
    height: 7px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.p7a2 li a .cont-t span {
    font-size: 24px;
    color: #999999;
}

.p7a2 li a .cont-b {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}

.p7a2 li a .cont-b p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    width: 402px;
}

.p7a2 li a .cont-b em {
    display: block;
    width: 33px;
    height: 18px;
    background: url(../images/nline2.png) no-repeat left center;
}

.p7a2 li:hover {
    background: #ba0109;
}

.p7a2 li:hover .cont-t h3 {
    color: #fff;
}

.p7a2 li:hover .cont-t h3::after {
    background: #fff;
}

.p7a2 li:hover .cont-b p {
    color: #fff;
}

.p7a2 li:hover .cont-t span {
    color: #fff;
}

.p7a2 li:hover .cont-b em {
    background: url(../images/nline1.png) no-repeat left center;
}


.p8 {
    padding: 39px 0 34px;
}

.p8 h3 {
    font-size: 18px;
    font-weight: normal;
    color: #002a47;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
}

.p8 h3 span {
    font-size: 16px;
    color: #666666;
}

.p8 h3 span em {
    color: #d7090a;
    font-style: normal;
}

.p8 a {
    line-height: 36px;
    color: #666666;
}




.p9 {
    background: #f2f3f5;
}

.p9a {
    width: 100%;
    height: 44px;
    background-color: #af0005;
}

.p9a p {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.p9a p a {
    font-size: 12px;
    line-height: 44px;
    color: #ffffff;
}

.p9b {
    padding: 58px 0 49px;
}

.p9b1 {
    /*padding-top: 40px;*/
}

.p9b2 {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    line-height: 30px;
    margin-left: 18px;
    padding-left: 40px;
    background: url(../images/fline.png) no-repeat left center;
}


.p9b3 {
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.p9b3 img {
    margin-bottom: 14px;
    max-width:150px;
}

.copy {
    border-top: 1px solid #e6e6e6;
    padding: 8px 0;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    text-align: center;
}

.copy a {
    color: #666666;
}




/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}


.page-product-inquiry a {
    color: #fff;
}